home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-06 | 626 b | 28 lines | [TEXT/ttxt] |
- // Copyright ©1994 Apple Computer, Inc., All Rights Reserved.
-
- // constants for the application
-
- constant kAppSymbol := '|InfoButton:PIEDTS|;
-
- constant kMaxAppWidth := 240 ;
- constant kMaxAppHeight := 336 ;
-
- // other constants
-
- constant kAppSplashSymbol := '|Splash:InfoButton:PIEDTS| ;
-
- // constants for the InfoButton items:
- constant kAboutItem := 0 ;
- constant kHelpItem := 1 ;
- constant kPrefsItem := 2 ;
- constant kThisWayItem := 4 ;
- constant kThatWayItem := 5 ;
- constant kTheOtherWayItem := 6 ;
-
- // get the sounds...
-
- r := OpenResFileX(HOME&"infoButton.rsrc") ;
-
- DefConst('kEeahSound, GetSound("eeah")) ;
-
- CloseResFileX(r) ;